From 0dc72a29a705e70f6cb70d828858e56fd440848c Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 5 Nov 2003 20:49:09 +0000 Subject: [PATCH] Put description in description field. (duh!) --- easygps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easygps.c b/easygps.c index 85def6324..51bacc94f 100644 --- a/easygps.c +++ b/easygps.c @@ -136,7 +136,7 @@ data_read(void) break; } } - wpt_tmp->description = xstrdup(bbuf); + wpt_tmp->notes = xstrdup(bbuf); break; case 9: /* NULL Terminated (vs. pascal) link */ bbufp = bbuf; -- 2.30.2